home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / AntySpyware / Spybot - Search and destroy 1.4 / spybotsd14.exe / {app} / SpybotSD.exe / 0 / RCDATA / TFORMUPDATEREMINDER / TFORMUPDATEREMINDER.txt
Text File  |  2005-05-31  |  1KB  |  52 lines

  1. object formUpdateReminder: TformUpdateReminder
  2.   Left = 430
  3.   Top = 260
  4.   BorderStyle = bsDialog
  5.   Caption = 'Update reminder'
  6.   ClientHeight = 156
  7.   ClientWidth = 282
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PopupMode = pmAuto
  16.   Position = poScreenCenter
  17.   DesignSize = (
  18.     282
  19.     156)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object labelInfo: TLabel
  23.     Tag = 1
  24.     Left = 8
  25.     Top = 16
  26.     Width = 268
  27.     Height = 57
  28.     Anchors = [akLeft, akTop, akRight]
  29.     AutoSize = False
  30.     ShowAccelChar = False
  31.     WordWrap = True
  32.   end
  33.   object bnOK: TBitBtn
  34.     Left = 104
  35.     Top = 122
  36.     Width = 73
  37.     Height = 25
  38.     Anchors = [akLeft, akBottom]
  39.     TabOrder = 0
  40.     Kind = bkOK
  41.   end
  42.   object cbDontRemindAgain: TCheckBox
  43.     Left = 8
  44.     Top = 88
  45.     Width = 265
  46.     Height = 17
  47.     Anchors = [akLeft, akTop, akRight]
  48.     Caption = 'Do not remind me again.'
  49.     TabOrder = 1
  50.   end
  51. end
  52.